diff options
author | 2001-09-05 20:53:02 +0000 | |
---|---|---|
committer | 2001-09-05 20:53:02 +0000 | |
commit | 990daa1ea963c7e051437b03d6f12ee4fb0759cf (patch) | |
tree | 31fd2085af5160db75c30a2431bc45b5ba015dae | |
parent | Unbreak trace command on macppc, ddb passes -1 for count to (diff) | |
download | wireguard-openbsd-990daa1ea963c7e051437b03d6f12ee4fb0759cf.tar.xz wireguard-openbsd-990daa1ea963c7e051437b03d6f12ee4fb0759cf.zip |
add lge
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 8fd8c7cca38..96203565320 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.112 2001/08/03 15:15:09 mickey Exp $ +# $OpenBSD: files.pci,v 1.113 2001/09/05 20:53:02 nate Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -388,3 +388,8 @@ file dev/pci/if_nge.c nge device cz attach cz at pci file dev/pci/cz.c cz needs-flag + +# Level-1 LXT1001 Gigabit MAC +device lge: ether, ifnet, mii, ifmedia, mii_phy +attach lge at pci +file dev/pci/if_lge.c lge |