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
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
3
-9
/
+6
*
Allocate the port resource when attaching the keyboard controller,
yokota
1999-06-29
1
-7
/
+10
*
Skip the device if it is disabled, when searching for a serial port
yokota
1999-06-29
1
-0
/
+5
*
Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This
peter
1999-06-28
1
-2
/
+1
*
Shut up gcc.
peter
1999-06-27
1
-1
/
+3
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+6
*
Declare the correct size of softc and fix sc_get_softc().
yokota
1999-06-24
1
-4
/
+4
*
This commit gives support for the Rise mP6 CPU. It has two changes:
green
1999-06-24
1
-5
/
+7
*
The second phase of syscons reorganization.
yokota
1999-06-22
3
-2061
/
+253
*
Use the proper interfaces to find if a device is enabled, don't dig into
peter
1999-06-20
1
-3
/
+2
*
sioprobe: Don't try to initialize disabled ports. In particular,
grog
1999-06-19
1
-2
/
+4
*
COM_LLCONSOLE should over-ride COM_DEBUGGER request.
mckusick
1999-06-15
1
-2
/
+2
*
Quieten the bt_isa_probe() messages since they get a bit much when
peter
1999-06-03
1
-3
/
+4
*
Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place
yokota
1999-06-03
1
-2
/
+2
*
* Change include file locations.
dfr
1999-05-31
2
-13
/
+18
*
Remove fd driver from its old home and change files which include rtc.h
dfr
1999-05-31
1
-2
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+4
*
The PPSAPI group defines the polarity in draft 3, we guessed it wrong.
phk
1999-05-31
1
-2
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
5
-30
/
+107
*
Simplistic pnp support. Needs more ids to be added.
dfr
1999-05-30
1
-1
/
+8
*
No support for pnp yet.
dfr
1999-05-30
4
-5
/
+20
*
No support for pnp devices yet.
dfr
1999-05-30
1
-1
/
+5
*
* Add ivars for ISA pnp.
dfr
1999-05-30
6
-12
/
+408
*
Stop the TSC from being used as timecounter on K5/step0 machines.
phk
1999-05-29
1
-2
/
+3
*
Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.
bde
1999-05-28
1
-20
/
+21
*
Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used for
dfr
1999-05-28
1
-2
/
+2
*
* Change device_add_child_after() to device_add_child_ordered() which is
dfr
1999-05-28
3
-13
/
+21
*
Use the resource apis to manipulate resources.
dfr
1999-05-22
2
-10
/
+39
*
Don't use BUS_WRITE_IVAR to manipulate resources.
dfr
1999-05-22
1
-9
/
+10
*
* Factor out the common code between the isa bus drivers for i386 and alpha.
dfr
1999-05-22
5
-18
/
+540
*
Slight reorganization of internal interface in the keyboard controller
yokota
1999-05-18
1
-24
/
+25
*
* Define a new static method DEVICE_IDENTIFY which is called to add device
dfr
1999-05-14
2
-2
/
+133
*
Fixed reset handling for motor off resets. I first fixed this together
bde
1999-05-11
1
-2
/
+3
*
Adjust console stuff now that makedev is no longer a macro.
dfr
1999-05-10
1
-2
/
+3
*
For what it's worth, idelayed is declared as a volatile in the headers,
peter
1999-05-09
1
-2
/
+2
*
Remove hackish foot protection.. If you ask for an atkbd on an isa bus
peter
1999-05-09
1
-17
/
+1
*
Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..
peter
1999-05-09
1
-6
/
+6
*
Optimize out a couple of places where com_addr() is used twice in a row,
peter
1999-05-09
1
-27
/
+9
*
Delete the #if'ed out old isa bus probe/attach routines
peter
1999-05-09
1
-73
/
+1
*
Move opt_sio.h options to conf/options and activate in isa/sio.c
peter
1999-05-09
1
-2
/
+2
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
2
-4
/
+4
*
add some amount of sanity to the way the gdb stuff finds its device.
phk
1999-05-09
1
-9
/
+10
*
siocngetc & putc can be staticized.
phk
1999-05-09
1
-7
/
+3
*
Revive APM hooking code for i386 arch now that the same source file is
yokota
1999-05-09
1
-3
/
+8
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
8
-25
/
+17
*
Print the child IRQ on it's identification line.
peter
1999-05-08
1
-1
/
+3
*
Brace initializers to avoid a warning.
peter
1999-05-08
1
-16
/
+16
*
GC unused #define id_physid id_scsiid
peter
1999-05-08
1
-7
/
+1
*
Slightly increase the visibility of the isa_wrap_old_drivers() stuff. It
peter
1999-05-08
1
-1
/
+4
*
Get rid of extern declarations on gdb stuff so systems compiled without
mckusick
1999-05-07
1
-6
/
+9
[next]