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
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
5
-30
/
+3
*
Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it is
peter
2000-01-29
1
-4
/
+0
*
"Completed" the previous fix. Return ENOMEM on memory allocation failure
bde
2000-01-29
1
-1
/
+8
*
* Don't use ivars to access resources, bus_set/get_resource is much better.
dfr
2000-01-25
1
-10
/
+26
*
Return ENXIO on error, not 0. Seems to have been skipped when converting
n_hibma
2000-01-23
1
-1
/
+1
*
Add another four device ID's for isa pnp modems. The USR's seem to use
peter
2000-01-18
1
-0
/
+7
*
Add ADS7182 as a known Joystick.
peter
2000-01-18
1
-0
/
+1
*
Don't mark unallocated resources as active; the goal is to reserve them,
msmith
2000-01-18
1
-1
/
+1
*
Don't do device_set_desc() until after checking for PnP probes. Otherwise
peter
2000-01-14
1
-3
/
+4
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
2
-318
/
+529
*
Make this compile on alpha
gallatin
2000-01-13
1
-1
/
+1
*
Make the mouse cursor char code configurable via the CONS_MOUSECTL
yokota
2000-01-12
1
-9
/
+9
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-2
/
+2
*
Removed some more vestiges of ft.
bde
2000-01-09
1
-5
/
+2
*
Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()
peter
2000-01-08
2
-55
/
+47
*
Merge most of FDC_YE into the mainline driver.
imp
2000-01-06
3
-78
/
+32
*
Make the evil broken pnpbios compensation slightly less evil.
peter
2000-01-05
1
-15
/
+20
*
Patch up some of the evilness left over from the early newbus porting.
peter
2000-01-05
2
-83
/
+154
*
ISA device drivers use the ISA source interrupt number in locations where
tegge
2000-01-04
1
-9
/
+27
*
Recognize the CSC0101 ID for the Thinkpad series.
peter
1999-12-30
1
-0
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
3
-5
/
+5
*
Added following modes:
kato
1999-12-28
1
-8
/
+21
*
Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.
peter
1999-12-27
1
-0
/
+1
*
Fixed races accessing the RTC. The races apparently caused
bde
1999-12-25
1
-4
/
+16
*
Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Some
peter
1999-12-21
1
-7
/
+47
*
Add a flag to disable FIFO probing. The code seems to have a chance of
joerg
1999-12-21
1
-1
/
+3
*
Add SUP2070 (Diamond SupraExpress 56i)
peter
1999-12-20
1
-0
/
+2
*
Remove references to register_intr() etc in comments.
peter
1999-12-20
1
-1
/
+1
*
Removed unnecessary include files.
nyan
1999-12-20
1
-1
/
+0
*
- Add the device resume method. It supercedes the existing resume
yokota
1999-12-15
1
-36
/
+18
*
Make this kld'able (#include "joy.h" no longer required as there are no
peter
1999-12-12
1
-3
/
+0
*
o Make pccard work at all by including card.h
imp
1999-12-10
1
-12
/
+18
*
Fix a pair of silly warnings that I introduced (that would have been
peter
1999-12-06
1
-7
/
+7
*
Add a truely evil workaround (hack!) for some unfortunate BIOS
peter
1999-12-06
1
-6
/
+23
*
Use bus_get_resource() instead of bus_get_resource_start() as the latter
peter
1999-12-06
1
-17
/
+24
*
newbusify and port the joy driver to the Alpha. It now attaches to the
peter
1999-12-05
1
-134
/
+126
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
4
-4
/
+10
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-16
/
+4
*
Allow a DMA channel of 0. This gets the on-board mss audio device working
gallatin
1999-11-22
1
-1
/
+1
*
Allow NULL for startp and/or countp in bus_get_resource() so that you can
peter
1999-11-20
1
-2
/
+4
*
Argh, don't turn the IIR test on unless it's a pccard. These tests mess
peter
1999-11-18
1
-24
/
+20
*
Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)
peter
1999-11-18
1
-47
/
+93
*
Tidy up a few loose ends in the fifo setup code.
peter
1999-11-18
1
-20
/
+1
*
Reorganise the code so that I can add custom identify drivers dynamically
dfr
1999-11-11
1
-1
/
+71
*
Add code to support ISA PnP.
dfr
1999-11-11
2
-46
/
+128
*
Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since the
peter
1999-11-08
1
-1
/
+2
*
Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses
peter
1999-11-08
1
-1
/
+1
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
1
-0
/
+22
*
Last change to pccard_nbk now obviates the need to check the name of
imp
1999-10-28
1
-7
/
+0
*
Add newbus pccard attachment for sio. Some of this code was written
imp
1999-10-25
1
-97
/
+97
[next]