diff options
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 78465e14ed6..20ea16ea3e3 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.58 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: GENERIC,v 1.59 2004/09/30 19:04:33 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -212,13 +212,15 @@ scsibus* at siop? #fpa* at pci? # DEC DEFPA FDDI dc* at pci? # 21143, "tulip" clone ethernet #dc* at cardbus? +#rl* at pci? # RealTek 81[23]9 ethernet +#rl* at cardbus? #ep* at pci? # 3c59x #ep* at cardbus? #xl* at pci? # 3C9xx ethernet #xl* at cardbus? fxp* at pci? # EtherExpress 10/100B ethernet #fxp* at cardbus? -#ne* at pci? # NE2000-compatible Ethernet +ne* at pci? # NE2000-compatible Ethernet ne* at pcmcia? #an* at pci? # Cisco/Aironet 802.11DS an* at pcmcia? diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 4b22d32fe5b..25fd3dc3852 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.38 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.39 2004/09/30 19:04:33 mickey Exp $ # # Diskless kernel config # @@ -226,13 +226,15 @@ scsibus* at siop? #fpa* at pci? # DEC DEFPA FDDI dc* at pci? # 21143, "tulip" clone ethernet #dc* at cardbus? +#rl* at pci? # RealTek 81[23]9 ethernet +#rl* at cardbus? #ep* at pci? # 3c59x #ep* at cardbus? #xl* at pci? # 3C9xx ethernet #xl* at cardbus? fxp* at pci? # EtherExpress 10/100B ethernet #fxp* at cardbus? -#ne* at pci? # NE2000-compatible Ethernet +ne* at pci? # NE2000-compatible Ethernet ne* at pcmcia? #an* at pci? # Cisco/Aironet 802.11DS an* at pcmcia? |