summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pipe_build_write_buffer() only requires read access of the page that italc2003-09-121-1/+2
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-126-11/+17
* Delay most of the adapter initilization until after interrupts areps2003-09-112-2/+19
* Add support for using uart(4) for pulse capturing for the Pulse Permarcel2003-09-115-2/+45
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-116-8/+8
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-115-20/+20
* (atapi_action, case XPT_PATH_INQ): Handle properly the case ofthomas2003-09-111-2/+5
* Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl'ssos2003-09-112-2/+11
* MFi386 revisions 1.570 and 1.571.nyan2003-09-112-52/+46
* MFi386: revision 1.204.nyan2003-09-113-6/+54
* MFi386: revision 1.1093.nyan2003-09-111-1/+3
* Merged from sys/isa/fd.c revisions 1.252, 1.253, 1.254, 1.255 and 1.257.nyan2003-09-112-16/+72
* Clean up dead code.wpaul2003-09-111-15/+8
* Toggle the interface on and off before starting the diag test. Thiswpaul2003-09-111-0/+3
* - For the 8169 chips, read the station address by forcing an EEPROMwpaul2003-09-112-31/+65
* Minor commentary cleanup, since I didn't understand the comments thatimp2003-09-111-4/+4
* Fix compile on pc98. Maybe this is correct.imp2003-09-111-1/+2
* Re-enable VLAN_MTU capability for this driver. (Got reverted whenwpaul2003-09-111-0/+1
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-118-4/+649
* Add a system notify handler in addition to the device notify handler.njl2003-09-111-0/+9
* Reorder a couple of KASSERTS to give more sensible messages.phk2003-09-111-2/+2
* Rewrite the SAPIC initialization to always program the RTEs with whatmarcel2003-09-104-47/+99
* Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()marcel2003-09-102-6/+13
* Introduce BUS_CONFIG_INTR(). The method allows devices to tell parentsmarcel2003-09-103-0/+36
* Relent and back out rev 1.15.obrien2003-09-101-1/+0
* Sort 'bge' correctly.obrien2003-09-103-3/+3
* In case vmapbuf() fails, release all of the held resources.alc2003-09-101-5/+3
* Fix asynchronous physio breakage introduced in rev 1.163.simokawa2003-09-101-4/+3
* Fix bug in re_gmii_writewreg(): we don't need to be screening out certainwpaul2003-09-101-3/+0
* Teach rl(4) about new hwrev codes.wpaul2003-09-101-1/+2
* Try a bit harder to probe disks that doesn't quite set BUSY right.sos2003-09-101-17/+25
* Update hardware revision table. 0x04000000 appears to be the revisionwpaul2003-09-102-4/+8
* Whitespace.jhb2003-09-101-2/+2
* Move the definitions for ACPI MADT table entries not present in the ACPICAjhb2003-09-102-62/+123
* We represent PCI intpin's two different ways. One is the way that thejhb2003-09-102-2/+2
* Finish an earlier commit:jhb2003-09-101-3/+11
* If we failed to size the Rx FIFO, assume the worst. This howevermarcel2003-09-101-1/+1
* Move an annoying printf() call that gets triggered every time antjr2003-09-102-0/+4
* Remove an XXX comment by using the per CPU mask added after this commentjhb2003-09-106-12/+6
* Add a acpi_SetDefaultIntrModel() method to allow drivers to set thejhb2003-09-101-0/+2
* Fix a typo.jhb2003-09-103-3/+3
* Add comments to the members of the timecounter struct similar to otherjhb2003-09-101-5/+5
* Update the license on this file to be a bit more sane.jhb2003-09-101-13/+13
* Add constants for entries in the IDT and use those instead of magicjhb2003-09-104-31/+55
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* Clean up get/set_mcontext() and get/set_fpcontext(). These are operatedpeter2003-09-092-66/+30
* Fix some broken comments.des2003-09-091-3/+3
* Add LOG2_ID_PAGE_SIZE to the mix of options on ia64.marcel2003-09-091-0/+1
* Remove unnecessary #include of brgphyreg.h, left over from when Stuart usedwpaul2003-09-091-1/+0
* Add a device driver for the Broadcom BCM4401 ethernet controller,wpaul2003-09-098-0/+2084
OpenPOWER on IntegriCloud