diff options
author | 2005-05-24 09:55:45 +0000 | |
---|---|---|
committer | 2005-05-24 09:55:45 +0000 | |
commit | 4c5a540e1ec39c04ac321ac4ef14e402e4166502 (patch) | |
tree | 4104be26830466edf0a73efdba7afb3a5ca0e5db | |
parent | do not print cpu startup messages (because they are obvious) (diff) | |
download | wireguard-openbsd-4c5a540e1ec39c04ac321ac4ef14e402e4166502.tar.xz wireguard-openbsd-4c5a540e1ec39c04ac321ac4ef14e402e4166502.zip |
add stge(4)
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index e60ef05059f..a4442bf65d6 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.31 2005/05/17 03:11:44 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.32 2005/05/24 09:55:45 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -230,6 +230,7 @@ em* at pci? # Intel Pro/1000 ethernet sf* at pci? # Adaptec AIC-6915 ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S +stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE #mtd* at pci? # Myson MTD803 vge* at pci? # VIA VT612x |