| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix private BIO commands with "FD" so people get a hint that they | phk | 2002-09-30 | 1 | -11/+11 |
* | Don't leak memory in case device_add_child_ordered() returns NULL. | phk | 2002-09-30 | 1 | -3/+6 |
* | Added some buggy PC-98 PnP cards support. | nyan | 2002-09-29 | 1 | -0/+40 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -4/+4 |
* | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | jhb | 2002-09-26 | 1 | -2/+2 |
* | Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there | phk | 2002-09-21 | 1 | -2/+0 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 1 | -2/+3 |
* | Restore status register A of RTC at resume time. | iwasaki | 2002-09-18 | 1 | -0/+1 |
* | Suitably shrink a comment so it applies again. | phk | 2002-09-15 | 1 | -5/+2 |
* | Fix a bug were a struct bio was freed and certain members subsequently | phk | 2002-09-13 | 1 | -4/+3 |
* | Pass the physical instead of the logical block number in | joerg | 2002-09-12 | 1 | -1/+1 |
* | Add suspend/resume method to syscons. This switch the mode | iwasaki | 2002-08-25 | 1 | -0/+35 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+3 |
* | Clock frequencies reported by sysctl should be unsigned values. Discovered | mp | 2002-06-22 | 1 | -2/+2 |
* | After some comments from bde, rewrite the loops to avoid turning the | joerg | 2002-05-14 | 1 | -43/+29 |
* | style(9) changes before further editing that region: | joerg | 2002-05-13 | 1 | -6/+7 |
* | Hide the fd autoselection messages behind the bootverbose case so they | joerg | 2002-05-12 | 1 | -3/+5 |
* | Increase the PIO timeout to approximately the value it used to have | joerg | 2002-05-12 | 2 | -15/+38 |
* | Change the PIO loops from a hard counter into a loop that calls DELAY() | joerg | 2002-05-10 | 2 | -8/+26 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 1 | -6/+0 |
* | Remove the tc_update() function. Any frequency change to the | phk | 2002-04-26 | 1 | -2/+0 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -8/+0 |
* | When reading a UFS-style label from a floppy, don't attempt to use a | joerg | 2002-04-02 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+4 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 1 | -0/+12 |
* | Push BIO_FORMAT into a local hack inside the floppy drivers where | phk | 2002-03-26 | 1 | -0/+2 |
* | Restore the original copyright | nsouch | 2002-03-23 | 1 | -0/+1 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -7/+7 |
* | Remove __P. | alfred | 2002-03-20 | 2 | -37/+37 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -2/+0 |
* | Add SONY VAIO psm controller ISA-PnP ID. | takawata | 2002-03-10 | 1 | -0/+1 |
* | revert last commit temporarily due to whining on the lists. | dillon | 2002-02-26 | 1 | -13/+0 |
* | STAGE-1 of 3 commit - allow (but do not require) interrupts to remain | dillon | 2002-02-26 | 1 | -0/+13 |
* | Fix style bugs: | alfred | 2002-02-24 | 1 | -2/+3 |
* | Give a little more information as to why pnp configuration of a device | alfred | 2002-02-24 | 1 | -1/+7 |
* | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | phk | 2002-02-22 | 1 | -4/+2 |
* | - Do not hang if the resource allocation fails. | tanimura | 2002-02-05 | 1 | -0/+2 |
* | Don't include <isa/isavar.h> or compile code depending on it when isa | bde | 2002-01-30 | 1 | -0/+5 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 2 | -41/+6 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 1 | -0/+10 |
* | Add another PS2 PNP id. | sheldonh | 2001-12-19 | 1 | -0/+1 |
* | Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it | joerg | 2001-12-18 | 1 | -2/+8 |
* | Remove PC98 code. This file is not used by PC98. | nyan | 2001-12-16 | 1 | -17/+0 |
* | Long promised major enhancement set for the floppy disk driver: | joerg | 2001-12-15 | 2 | -282/+496 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -11/+11 |
* | Moved to dev/joy | imp | 2001-12-05 | 1 | -275/+0 |
* | Some fix for the recent apm module changes. | iwasaki | 2001-11-01 | 1 | -7/+4 |
* | Break out the bus front ends into their own files. Rewrite | imp | 2001-10-23 | 1 | -1/+0 |
* | First commit after a repo copy of isa/sio* -> dev/sio: | imp | 2001-10-22 | 2 | -3526/+0 |
* | - Make the sio_inited handling more properly MP safe. | jhb | 2001-10-20 | 1 | -2/+6 |