diff options
Diffstat (limited to 'sys/arch/alpha/conf/BUNNY')
-rw-r--r-- | sys/arch/alpha/conf/BUNNY | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/alpha/conf/BUNNY b/sys/arch/alpha/conf/BUNNY index 1ba7650e2ee..048560029a7 100644 --- a/sys/arch/alpha/conf/BUNNY +++ b/sys/arch/alpha/conf/BUNNY @@ -1,5 +1,5 @@ -# $OpenBSD: BUNNY,v 1.7 1996/10/30 22:38:38 niklas Exp $ -# $NetBSD: BUNNY,v 1.9 1996/09/27 17:08:35 cgd Exp $ +# $OpenBSD: BUNNY,v 1.8 1997/01/24 19:56:54 niklas Exp $ +# $NetBSD: BUNNY,v 1.12 1996/11/25 04:16:15 cgd Exp $ # # Kernel for bunnahabhain.pdl.cs.cmu.edu. # @@ -21,7 +21,6 @@ options TIMEZONE="5*60" # Minutes west of GMT (for param.c) options DST=1 # Daylight savings rules (for param.c) # Standard system options -options SWAPPAGER, DEVPAGER # Paging (mandatory) options DEBUG, DIAGNOSTIC # Extra kernel debugging options KTRACE # System call tracing support @@ -68,7 +67,7 @@ pci* at apecs? # PCI devices de* at pci? ncr* at pci? -pcivga* at pci? +vga* at pci? sio* at pci? tga* at pci? @@ -76,13 +75,14 @@ tga* at pci? isa* at sio? # ISA devices -mcclock0 at isa? port 0x70 -pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard -pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary -com0 at isa? port 0x3f8 irq 4 # standard serial ports -com1 at isa? port 0x2f8 irq 3 -lpt0 at isa? port 0x3bc irq 7 # standard parallel port -#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System +mcclock* at isa? port 0x70 +pcppi* at isa? # PC prog. periph. interface +pckbd* at pcppi? # PC keyboard (kbd port) +pms* at pcppi? # PS/2-style mouse (aux port) +com* at isa? port 0x3f8 irq 4 # standard serial ports +com* at isa? port 0x2f8 irq 3 +lpt* at isa? port 0x3bc irq 7 # standard parallel port +#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System # SCSI bus support scsibus* at ncr? @@ -93,7 +93,7 @@ st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? # Workstation Console attachments -wscons* at pcivga? +wscons* at vga? wscons* at tga? pseudo-device bpfilter 16 |