diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-08 09:23:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-08 09:23:20 +0000 |
commit | 095778bab91cc6fcc3d0706968bdaa00dc13c36f (patch) | |
tree | 5ddadc1f444ac587be463fd1750cfb36b3b4d1d3 /release | |
parent | a436299d3c668cbfae933271afab39828362b078 (diff) | |
download | FreeBSD-src-095778bab91cc6fcc3d0706968bdaa00dc13c36f.zip FreeBSD-src-095778bab91cc6fcc3d0706968bdaa00dc13c36f.tar.gz |
Note that ed0's IRQ is now 10 to help those upgrading from 2.x.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/help/relnotes.hlp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp index 20ec681..07b082b 100644 --- a/release/sysinstall/help/relnotes.hlp +++ b/release/sysinstall/help/relnotes.hlp @@ -36,6 +36,11 @@ o Sun's WEBNFS standard is now supported. o The MSDOS filesystem code now handles VFAT and FAT32 partitions. +o The ed0 (wd8xxxx, 3c503, NE2000, HP Lan+) Ethernet device's default IRQ + has changed from IRQ 5 to IRQ 10. + The ed1 Ethernet device has been removed. Use the Userconfig utility + to change ed0's values to match your network card's settings. + o Use the new if_multiaddrs list for multicast addresses rather than the previous hackery involving struct in_ifaddr and arpcom. Get rid of the abominable multi_kludge. |