diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-09-05 21:19:56 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-09-05 21:19:56 +0000 |
| commit | 0fa2bf54236706f5d6a2f40ca22656a3dc9a2b81 (patch) | |
| tree | efa64244d077e3f7f6bbcf989a80ce0795e7932b | |
| parent | abd3657a6f6abc701a4235b7817ea371441d5d7a (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 802896a9eb8f..83bf89a705cb 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -528,7 +528,7 @@ device musycc # LMC/SBE LMC1504 quad T1/E1 # See pppd(8) for more details. # device ether #Generic Ethernet -device vlan 1 #VLAN support +device vlan #VLAN support device token #Generic TokenRing device fddi #Generic FDDI device sppp #Generic Synchronous PPP diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 802896a9eb8f..83bf89a705cb 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -528,7 +528,7 @@ device musycc # LMC/SBE LMC1504 quad T1/E1 # See pppd(8) for more details. # device ether #Generic Ethernet -device vlan 1 #VLAN support +device vlan #VLAN support device token #Generic TokenRing device fddi #Generic FDDI device sppp #Generic Synchronous PPP |
