Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci PUCCN is now implicit.



details:   https://anonhg.NetBSD.org/src/rev/25c5fbd278fc
branches:  trunk
changeset: 788829:25c5fbd278fc
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Jul 22 13:44:59 2013 +0000

description:
PUCCN is now implicit.

diffstat:

 sys/dev/pci/files.pci |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r afbefc111bc0 -r 25c5fbd278fc sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Jul 22 13:43:49 2013 +0000
+++ b/sys/dev/pci/files.pci     Mon Jul 22 13:44:59 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.364 2013/03/30 02:38:59 christos Exp $
+#      $NetBSD: files.pci,v 1.365 2013/07/22 13:44:59 soren Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -608,6 +608,7 @@
 attach com at puc with com_puc
 file   dev/pci/com_puc.c               com_puc
 file   dev/pci/cyber.c                 com_puc
+file   dev/pci/puccn.c                 com_puc
 
 attach lpt at puc with lpt_puc
 file   dev/pci/lpt_puc.c               lpt_puc & !ppbus
@@ -615,10 +616,6 @@
 attach atppc at puc with atppc_puc
 file   dev/pci/atppc_puc.c             atppc_puc
 
-# Console device support for puc drivers
-defflag        opt_puccn.h     PUCCN
-file   dev/pci/puccn.c                 puccn
-
 # UHCI USB controller
 attach uhci at pci with uhci_pci
 file   dev/pci/uhci_pci.c              uhci_pci



Home | Main Index | Thread Index | Old Index