diff options
author | 2007-05-19 21:11:02 +0000 | |
---|---|---|
committer | 2007-05-19 21:11:02 +0000 | |
commit | 7e5417a2453deaec4ff4510897173c7c9df28979 (patch) | |
tree | 65071ae43e7871b4de7b9db3d9086133a05af71c | |
parent | Oops, get the ``disabling cpu'' message correct. (diff) | |
download | wireguard-openbsd-7e5417a2453deaec4ff4510897173c7c9df28979.tar.xz wireguard-openbsd-7e5417a2453deaec4ff4510897173c7c9df28979.zip |
Uncomment em(4) entry. From brad at comstyle dot com.
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index b1dc12ac06c..dd5665d3621 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.60 2007/05/19 17:30:30 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.61 2007/05/19 21:11:02 kettenis Exp $ # # Diskless kernel config # @@ -231,7 +231,7 @@ scsibus* at siop? #ahd* at pci? # Adaptec 79?? SCSI controllers #scsibus* at ahd? -#em* at pci? # Intel Pro/1000 ethernet +em* at pci? # Intel Pro/1000 ethernet #ti* at pci? # Alteon Tigon 1Gb ethernet #txp* at pci? # 3com 3CR990 #epic* at pci? # SMC EPIC/100 ethernet |