summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-06Typo.Miod Vallat
2001-10-06- use the new m4.common shared instructions.Miod Vallat
- try to have consistent order, across arches, in the list of possible installation media. - alpha can't install over nfs, but macppc can.
2001-10-06- add more macros, for common texts usually found in arch/xfer.Miod Vallat
- unobfuscate the tape installation notes - no need to tell the user ``if your tape was bootable, do this'' on arches where you can't boot from tape. - in the upgrade instructions, tell people it's better to upgrade all their sets and not just base; and strongly advise them to merge etc asap. People upgrading to 3.0 and having trouble with, say, sendmail will have no excuse. - add more comments to explain this whole mess.
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-10-062face version of boot icon.Dale Rahn
2001-10-06More sparc64 manual pages.Miod Vallat
Most of these are modified sparc manpages, except for gem.4 which is new, and probably not correct, but jason@ wants it to be in the tree before he modifies it.
2001-10-06We must read the SROM ahead of time for all ADMtek-based PCI cards; based onAaron Campbell
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :(
2001-10-06syncAaron Campbell
2001-10-06More TI FireWire products.Aaron Campbell
2001-10-06unify hostkey check error messages, simplify prompt.Markus Friedl
2001-10-06regression test for last buglet. Thanks Dale.Marc Espie
2001-10-06This PUTBACK must be protected against EOF. The others are fine.Marc Espie
2001-10-06+isp at sbusJason Wright
2001-10-06add sbus frontend for ispJason Wright
2001-10-06fix typo in error message, sync with do_exec_noptyMarkus Friedl
2001-10-06remove unused argumentMarkus Friedl
2001-10-05grr, I had this right to begin with... NOW X10 firecracker works.Jason Wright
2001-10-05restore some of that dead code needed for dev/cons functionalityMichael Shalayeff
2001-10-05syncJason Wright
2001-10-05fixJason Wright
2001-10-05moreTheo de Raadt
2001-10-05Add bge(4)Nathan Binkert
2001-10-05Avoid confustionNathan Binkert
2001-10-05Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).Nathan Binkert
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD
2001-10-05add manpage for bge(4)Nathan Binkert
2001-10-05Differentiate between 1000baseT and 1000baseX.Nathan Binkert
Add some support for gigabit control/status regs.
2001-10-05autodetect modes, clean up, sync autoneg code with freebsd. Fixes problemsNathan Binkert
that I had with bge
2001-10-05Remove modes that should be autodetectedNathan Binkert
2001-10-05use anegticks for phys that do their own autonegotiation timeout.Nathan Binkert
2001-10-05man pages for the two cs4231 drivers (sbus & ebus)Jason Wright
2001-10-05Register defines for the DSPNathan Binkert
2001-10-05pcidevsTheo de Raadt
2001-10-05newTheo de Raadt
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-10-05pull in the usb stuff (doesn't quite work yet, though)Jason Wright
2001-10-05unnecessary softc elementJason Wright
2001-10-05install /usr/share/misc/countrycodes. ok deraadt@Matthieu Herrb
2001-10-05syncTheo de Raadt
2001-10-05oops, forgot to implement TIOCMSETJason Wright
2001-10-05syncTheo de Raadt
2001-10-05Powered by @mantoya:Mike Pechkin
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
2001-10-05document missing options. ok deraadt@Jakob Schlyter
2001-10-05Extend the FIFO ui with the 'D A <level>' (to set all debug levels) andHakan Olsson
'D T' (to toggle all logging on and off) commands. niklas@ ok.
2001-10-05More leftovers...Miod Vallat
2001-10-05boot_sparc64(8) for, well, sparc64.Miod Vallat
2001-10-05Fix bug in if_vlan which could cause crashes in timeouts and 'ifconfig -a'Dale Rahn
ok niklas@
2001-10-05Missed this file; some more debug level fixes.Hakan Olsson
2001-10-05Some more debug level fixes.Hakan Olsson
2001-10-05Tweak a couple of debug levels.Hakan Olsson
2001-10-05Document the skew argument to extent_alloc and extent_alloc_subregion.Todd C. Miller
From NetBSD.