summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-208-117/+36
* Initialize vp->v_maxio to its default in getnetvnode() rather thanphk1999-09-203-10/+2
* Add comment to clarify a commit rpc optimization already being performed.dillon1999-09-202-0/+16
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-207-19/+30
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-2020-31/+31
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isgibbs1999-09-201-7/+12
* Work around a defect in the FIFOEMP status bit of Ultra2 classgibbs1999-09-201-2/+32
* Fix the situation where an I/O crosses the EOF point. We need to properlydillon1999-09-201-4/+29
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do Thatphk1999-09-205-15/+0
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-204-3/+12
* if_edreg.h moved...phk1999-09-201-1/+1
* Fix bug in brelse() regarding redirtying buffers on B_ERROR. brelse()dillon1999-09-201-3/+5
* Return immediately from apm_suspend() when APM BIOS wasn't initialized.iwasaki1999-09-202-0/+6
* This file was never used and appears to be a leftover from the NetBSDdfr1999-09-201-45/+0
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-2018-18/+18
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-2018-18/+18
* On PIIX4 based SMP systems use the PMTMR register for timecounting.phk1999-09-203-0/+90
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-2011-11/+11
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-2020-20/+20
* Change the name of the installed KLM to contain a leading "if_".obrien1999-09-2016-16/+25
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-209-1291/+20
* Add an alternate transmit strategy for 3c90xB adapters based on the transmitwpaul1999-09-202-73/+309
* RealTek driver module wasn't being built; add it to the Makefile.wpaul1999-09-191-1/+1
* Make some small performance tweaks to the tl driver. This should hopefullywpaul1999-09-192-42/+60
* Convert the VIA Rhine driver to miibus.wpaul1999-09-197-1268/+242
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and thewpaul1999-09-191-3/+10
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-1927-173/+257
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-194-28/+4
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-192-14/+14
* - Hang the scr_stat struct from dev_t.yokota1999-09-196-139/+97
* KASSERT that we cannot use M_WAITOK in interrupt context.phk1999-09-191-0/+9
* Add a version number field to the jail(2) argument so that future changesphk1999-09-192-3/+6
* Move an end-paren to its intended place.phk1999-09-191-1/+1
* - Preserve the content of the back scroll buffer when changing theyokota1999-09-193-10/+52
* Make `ed' PC-Cards work again. It has been over two weeks that laptopobrien1999-09-191-470/+384
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-195-44/+117
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-192-38/+108
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-1910-46/+55
* Bump version number.phk1999-09-181-1/+1
* Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-1816-90/+19
* Count "free" operations in their own new tranaction type.phk1999-09-182-4/+40
* Clean up two cases of the alpha vtophys() hack that should bewpaul1999-09-182-4/+2
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-184-14/+42
* Get rid of some evil defines (a pair of snd and rcv.)green1999-09-171-19/+12
* Update to driver release 1.74roger1999-09-172-114/+278
* Patch if_vr to add bridging support.wpaul1999-09-172-2/+40
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-172-2/+2
* Sync with driver release 1.74roger1999-09-172-0/+22
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-172-12/+38
OpenPOWER on IntegriCloud