| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this compile again. (missing #include for RFPROC) | peter | 1999-12-06 | 3 | -0/+3 |
* | Fix a pair of silly warnings that I introduced (that would have been | peter | 1999-12-06 | 2 | -14/+14 |
* | Put on my asbestos underwear and commit the patch that I posted to -arch | peter | 1999-12-06 | 1 | -3/+36 |
* | Remove DSO_BAD144 from wd driver(s) so people with bad144'ed disks get | phk | 1999-12-06 | 2 | -2/+2 |
* | Add defines for additional EEPROM locations and register definitions. | mdodd | 1999-12-06 | 1 | -2/+28 |
* | Whitespace cleanups. | mdodd | 1999-12-06 | 1 | -4/+4 |
* | Add a delay (per the databook) to the get_eeprom_data() loop so | mdodd | 1999-12-06 | 1 | -9/+12 |
* | Standardize device descriptions so that there is parity between PnP | mdodd | 1999-12-06 | 1 | -10/+10 |
* | Correctly implement the non-PnP enumeration of ISA board. | mdodd | 1999-12-06 | 1 | -14/+36 |
* | Add a truely evil workaround (hack!) for some unfortunate BIOS | peter | 1999-12-06 | 2 | -12/+46 |
* | Use bus_get_resource() instead of bus_get_resource_start() as the latter | peter | 1999-12-06 | 2 | -34/+48 |
* | Make this compile again after the device_add_child change. | imp | 1999-12-06 | 1 | -1/+1 |
* | Need header <machine/smp.h> for prototype declaration of smp_rendezvous() | luoqi | 1999-12-06 | 2 | -0/+6 |
* | User ldt sharing. | luoqi | 1999-12-06 | 20 | -291/+477 |
* | Fix mouse cursor logic which I broke in 1.1 ;-< | yokota | 1999-12-06 | 1 | -26/+30 |
* | Remove unused junk: next fields and list head. Likely not completely | imp | 1999-12-06 | 2 | -20/+1 |
* | Remove joystick references from pc98 version of isa_compat.h too. | wpaul | 1999-12-06 | 1 | -5/+0 |
* | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | archie | 1999-12-06 | 6 | -192/+235 |
* | Supported i8251 (internal COM1) FIFO mode. | nyan | 1999-12-06 | 3 | -114/+460 |
* | Sorted SUBDIR. | bde | 1999-12-05 | 1 | -4/+3 |
* | Remove references to old joystick driver from this file, which Peter | wpaul | 1999-12-05 | 1 | -5/+0 |
* | Update to reflect removed of al, ax, dm, pn and mx drivers and addition | wpaul | 1999-12-05 | 2 | -10/+2 |
* | conditionalise some warning messages | cg | 1999-12-05 | 1 | -11/+12 |
* | Modify the Adaptec "starfire" driver to reset the PHY on the MII bus | wpaul | 1999-12-05 | 4 | -22/+94 |
* | Switch over to using the generic joy driver | peter | 1999-12-05 | 6 | -310/+34 |
* | newbusify and port the joy driver to the Alpha. It now attaches to the | peter | 1999-12-05 | 2 | -268/+252 |
* | fix dma underrun issues | cg | 1999-12-05 | 6 | -90/+155 |
* | Raise the pci compat driver match priority a bit so that it's not | peter | 1999-12-05 | 2 | -2/+2 |
* | Fix LINT breakage. | archie | 1999-12-05 | 2 | -2/+2 |
* | Lower (a lot!) the chip* probe so it doesn't steal the pci ID from | peter | 1999-12-05 | 1 | -2/+2 |
* | Don't use a bogus bus number for Ross host-pci bridges. | dfr | 1999-12-05 | 6 | -0/+12 |
* | Fix cursor position calculation. | yokota | 1999-12-05 | 1 | -1/+2 |
* | Reinstate the aic driver. | luoqi | 1999-12-05 | 2 | -0/+2 |
* | Add pci_if.h to SRCS so that dcphy will build. | wpaul | 1999-12-05 | 1 | -1/+1 |
* | Disconnect and tagged queueing now really work. Also fix a bug that's | luoqi | 1999-12-04 | 3 | -101/+115 |
* | Grrrr. I knew I forgot something. Remove mxphy, add dcphy and pnphy. | wpaul | 1999-12-04 | 1 | -1/+2 |
* | Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers | wpaul | 1999-12-04 | 36 | -13130/+8505 |
* | The address 0x472 is used for the SCSI HDD geometry information on | kato | 1999-12-04 | 3 | -6/+3 |
* | Sync with sys/i386/i386/machdep.c revision up to 1.381. | nyan | 1999-12-04 | 2 | -6/+6 |
* | Bump the version number now that the Linuxulator has pluggable ioctl | marcel | 1999-12-04 | 1 | -1/+1 |
* | Implement pluggable ioctl handlers. | marcel | 1999-12-04 | 12 | -3466/+4486 |
* | oszsigcode -> szosigcode | marcel | 1999-12-04 | 8 | -11/+11 |
* | Fix type of sf_addr. | marcel | 1999-12-04 | 4 | -8/+8 |
* | Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards. | tanimura | 1999-12-04 | 1 | -0/+1 |
* | Call ISA_PNP_PROBE() to probe PnP cards, rather than match | tanimura | 1999-12-04 | 1 | -119/+59 |
* | forgot .CURDIR | julian | 1999-12-04 | 1 | -1/+1 |
* | Add back in a prefatory TUR when the tape is *not* mounted. This seems | mjacob | 1999-12-04 | 1 | -0/+5 |
* | Correct some botched timeout defines. Allocate only 8KB for the test read | mjacob | 1999-12-03 | 1 | -97/+74 |
* | New netgraph node type, ng_bpf(8). This node type allows you to | archie | 1999-12-03 | 11 | -5/+918 |
* | Add a new function ng_findhook() for finding a node's hook; | archie | 1999-12-03 | 2 | -14/+26 |