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
*
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
*
* Add some verbose logging to the PnP parser and fix a couple of bugs.
dfr
1999-10-14
3
-33
/
+185
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
5
-70
/
+35
*
Oh foo. I got carried away. :-( "joy.h" is used to size an array.
peter
1999-10-11
1
-0
/
+2
*
Add support for the USRobotics Courier V.Everything (USR0101) modem.
steve
1999-10-11
1
-0
/
+1
*
Zap unneeded #include (found by phk)
peter
1999-10-11
1
-6
/
+0
*
Factor out the PnP resource parser so that it can be re-used by pnpbios
dfr
1999-10-09
3
-234
/
+465
*
Remove old copies. These files now live in src/sys/dev/buslogic
mdodd
1999-10-09
1
-343
/
+0
*
Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID
deischen
1999-10-03
1
-2
/
+4
*
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
deischen
1999-10-03
1
-0
/
+1
*
Disable pnp devices before running heuristic probes. This allows us to
dfr
1999-10-03
1
-2
/
+16
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
5
-25
/
+2
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-23
/
+7
*
Two more devstat_end_transaction() -> devstat_end_transaction_buf().
phk
1999-09-19
1
-7
/
+1
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-6
/
+1
*
Parse resource descriptions which don't have START_DEPENDANT tags
dfr
1999-09-17
1
-0
/
+6
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
1
-1
/
+1
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-3
/
+0
*
Make it build, copy from dev/sio/sio.c:
peter
1999-09-08
1
-4
/
+4
*
Restore the old sio* - bruce can fix it himself.
peter
1999-09-08
2
-0
/
+3188
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
7
-21
/
+9
*
Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
peter
1999-09-06
2
-3188
/
+0
*
Move the #if 0 to catch the card.h include and make sure it's zero.
peter
1999-09-06
1
-1
/
+3
[next]