index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Hack for the "out-of-sync" error.
yokota
2001-10-13
1
-109
/
+152
*
Remove an unneeded variable declaration and statement.
robert
2001-10-09
1
-2
/
+0
*
Add PnP ID 'IBM3781' for TP240 mouse.
takawata
2001-10-03
1
-0
/
+1
*
Add support for 28800 baud to sio.
jlemon
2001-09-29
1
-0
/
+1
*
Gate low level console output on mtx_lock_spin(&sio_lock), if the
jlemon
2001-09-27
1
-0
/
+4
*
Yet another turn of workaround for psm/ACPI/PnP BIOS
yokota
2001-09-25
2
-39
/
+84
*
Reinitialize the keyboard after the ACPI resume event.
yokota
2001-09-23
1
-1
/
+10
*
Tweak so I can use a serial console on ia64.
dfr
2001-09-22
1
-1
/
+1
*
Recognize two cheap PCI 16550 devices :
murray
2001-09-16
1
-2
/
+4
*
Handle "identifier strings" right. Each ISA PnP card must have a
yokota
2001-09-15
1
-2
/
+12
*
Refine ACPI/PnP BIOS probe/attach routines a bit.
yokota
2001-09-15
2
-14
/
+37
*
KSE Milestone 2
julian
2001-09-12
5
-29
/
+29
*
Add a missing newline to an error message.
dd
2001-09-09
1
-1
/
+1
*
Update the atkbdc, atkbd, and psm drivers to probe/attach
yokota
2001-09-06
3
-125
/
+279
*
Rework the ISA PnP driver pnp and the PnP resource parser to fix
yokota
2001-09-05
6
-350
/
+659
*
Reenable RTC interrupts after wakeup. Some laptops have a problem
iwasaki
2001-09-04
1
-1
/
+22
*
Add a new field, id_config_attr to the struct isa_device.
yokota
2001-09-03
3
-1
/
+14
*
Add ID for the Best Data Smart One 56SPS Voice modem.
murray
2001-08-31
1
-0
/
+1
*
Correct the ID for the ALS0120 PnP Joystick. It is different from the
murray
2001-08-31
1
-1
/
+1
*
Add OMRON ME5614ISA PnP modem.
murray
2001-08-31
1
-0
/
+1
*
Add PCI device IDs for Kuotech dual port serial cards.
murray
2001-08-31
1
-0
/
+2
*
Add ACPI attachments.
msmith
2001-08-30
6
-0
/
+6
*
Safety-check against empty PnP ID lists.
msmith
2001-08-30
1
-1
/
+1
*
Fix the so-called "half-baked-probe" code that I wrote a long time ago
imp
2001-08-16
1
-0
/
+2
*
DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!
julian
2001-08-10
1
-12
/
+25
[next]