Make sure that everything in GENERIC is in ALPHA, and that the two files
have config lines in the same order to make diffing easier.
This commit is contained in:
parent
692c04487f
commit
73b79d6c25
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.139 2000/01/19 03:01:46 mycroft Exp $
|
||||
# $NetBSD: GENERIC,v 1.140 2000/01/19 07:04:23 cjs Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
@ -37,8 +37,8 @@ file-system FFS # Fast file system
|
||||
file-system MFS # Memory-based file system
|
||||
file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
|
||||
file-system MSDOSFS # MS-DOS-compatible file system
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
file-system NTFS # Windows/NT file system (experimental)
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
#file-system KERNFS
|
||||
#file-system PROCFS
|
||||
|
||||
@ -248,7 +248,7 @@ isa* at sio?
|
||||
|
||||
# ISA devices
|
||||
mcclock* at isa? port 0x70
|
||||
pckbc0 at isa? # PC keyboard controller
|
||||
pckbc* at isa? # PC keyboard controller
|
||||
pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
pcppi* at isa? # PC prog. periph. interface
|
||||
@ -264,12 +264,12 @@ lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
|
||||
depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
|
||||
le* at depca?
|
||||
we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
|
||||
we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
||||
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
||||
vga* at isa? # ISA (EISA: XXX) VGA
|
||||
wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
|
||||
wdc1 at isa? port 0x170 irq 15
|
||||
we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
|
||||
we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
||||
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
|
||||
#audio* at wss?
|
||||
#midi* at wss?
|
||||
|
Loading…
Reference in New Issue
Block a user