diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-11-27 09:03:38 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-11-27 09:03:38 +0000 |
commit | 4daceff0d6d611a0ee7997d16c6285c20cea7ada (patch) | |
tree | 9ba90ecd44ad8c1cb5cb12a445026788abebec9a /sys | |
parent | 2034306b73665cb1fe00e00d50b8f213caf49506 (diff) |
Enable ne(4) at pcmcia.
Tested by & diff from Donovan Watteau.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 8a021074553..6b4f992f413 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.262 2017/10/23 03:13:58 jsg Exp $g +# $OpenBSD: GENERIC,v 1.263 2017/11/27 09:03:37 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -335,6 +335,7 @@ cardbus* at cardslot? pcmcia* at cardslot? cbb* at pci? cardslot* at cbb? +ne* at pcmcia? # PCMCIA based NE2000 ethernet ep* at pcmcia? # PCMCIA based 3C5xx ethernet an* at pcmcia? # Cisco/Aironet ath* at cardbus? # Atheros AR5k (802.11a/b/g) diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index dbf46ae7f64..2810f236501 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.116 2016/06/28 04:41:37 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.117 2017/11/27 09:03:37 mpi Exp $ machine macppc powerpc maxusers 4 @@ -178,6 +178,7 @@ pcmcia* at cardslot? cbb* at pci? cardslot* at cbb? ath* at cardbus? # Atheros AR5k (802.11a/b/g) +ne* at pcmcia? # PCMCIA based NE2000 ethernet wi* at pcmcia? # WaveLAN IEEE 802.11DS dc* at cardbus? # 21143, "tulip" clone ethernet fxp* at cardbus? # Intel PRO/100 ethernet |