summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-152-18/+74
* Add a quirk entry for Y-E Data USB floppy drive.n_hibma2000-03-151-0/+10
* Add the TD's to the hash when they are created not when they are used.n_hibma2000-03-152-16/+44
* Add an ID for the SiS 5571.n_hibma2000-03-154-12/+24
* powerhooks no longer usedn_hibma2000-03-151-0/+2
* Make the makefile work properly.n_hibma2000-03-151-1/+6
* Do not use the powerhooks at all, instead of abusing and empty #define.n_hibma2000-03-151-2/+4
* Spelling mistaken_hibma2000-03-151-1/+1
* Never stop the control pipen_hibma2000-03-151-3/+4
* Add urio (143)n_hibma2000-03-151-0/+1
* Regen.n_hibma2000-03-152-2/+18
* Remove stray pointers to wdc; it was removed a while back.peter2000-03-151-1/+0
* Remove left over pci_ide* after wd removal.peter2000-03-151-1876/+0
* Various typo's.n_hibma2000-03-155-6/+7
* Remove left over files from wd; Since pc98 still uses some of them thosepeter2000-03-156-4552/+0
* Move the files.* references to wdc files to the pc98 location after thepeter2000-03-151-3/+3
* Add Y-E Data floppy drive.n_hibma2000-03-151-0/+4
* Update the e-mail address to a valid one.n_hibma2000-03-151-1/+1
* Trim a couple of over-long stringsmsmith2000-03-151-2/+2
* roll platform versions to 5.0mjacob2000-03-151-2/+2
* Remove some extra spammage that made it into this commit. This will bejhb2000-03-151-47/+0
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-154-6/+6
* Use 64-bit math to decide if optimization needs to be changed.mckusick2000-03-151-30/+48
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becausegreen2000-03-151-0/+5
* Pass an unit number to bcache_strategy, so it can flush the cache whendcs2000-03-151-7/+55
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-152-8/+25
* Pass unit number to bcache_strategy(), so that the cache can bedcs2000-03-151-2/+3
* Have MGETHDR() always initialize m->m_pkthdr.rcvif to NULL.archie2000-03-141-2/+1
* Remove further vestiges of wd.asmodai2000-03-141-4/+0
* Get rid of wdc.asmodai2000-03-141-1/+0
* Fix the spelling, and some minor tweaks on the ata device...sos2000-03-143-6/+9
* Print "previous type" correctly when INVARIANTS is defined.kuriyama2000-03-141-1/+1
* Don't try so hard to make the lower 16 bits of fsids unique. It tendedbde2000-03-142-44/+26
* Fix reporting of src and dst IP addresses for ICMP and generic IP packets.ru2000-03-141-5/+6
* Remove wd entries.asmodai2000-03-143-222/+0
* Remove the wd driver from the i386 kernel options.asmodai2000-03-141-12/+0
* Remove unused options.asmodai2000-03-141-5/+0
* In 'ipcperm()', only call 'suser()' if it is actually required.bsd2000-03-131-7/+2
* - Document updates in iface netgraph node type functionalityarchie2000-03-133-89/+103
* Updates to the ng_iface(8) netgraph node type:archie2000-03-132-178/+216
* Some minor prototype tweaks.archie2000-03-132-6/+5
* Use snprintf() instead of sprintf().archie2000-03-131-1/+1
* Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"archie2000-03-132-11/+11
* Welcome to 5.0-CURRENT. (__FreeBSD_version = 500000)billf2000-03-131-1/+1
* Fix typo.archie2000-03-132-6/+6
* Don't do bus resets for ULTRA2 or later cards because what seems tomjacob2000-03-131-1/+4
* Fixed a spelling error that disabled the rc driver.bde2000-03-131-1/+1
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-135-44/+44
* Disabled the optimization of not doing an invltlb_1pg() when changingbde2000-03-132-8/+8
* Add 'bootverbose' debug messages to assist with tracking down problemsmdodd2000-03-131-5/+27
OpenPOWER on IntegriCloud