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 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
*
fix it so it compiles on alpha again
mjacob
1999-05-07
1
-1
/
+5
*
Continue where Julian left off in July 1998:
phk
1999-05-07
3
-8
/
+8
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-17
/
+2
*
Generalize to allow any serial port to be used as the GDB port.
mckusick
1999-05-07
1
-21
/
+65
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-2
/
+1
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-5
/
+5
*
The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.
peter
1999-05-06
1
-2
/
+2
*
Disable FDC_YE - it's broken at present (breaking LINT) and awaiting some
peter
1999-05-02
1
-17
/
+26
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
2
-6
/
+6
*
Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the
phk
1999-04-25
1
-1
/
+3
*
Modify the non-i386 version of disable_intr() and enable_intr() so that they
dt
1999-04-24
1
-3
/
+3
*
Revert part of 1.9; we don't need to reset the port after release now that
peter
1999-04-24
1
-2
/
+1
*
Return the port size from the probe.
peter
1999-04-22
1
-2
/
+3
*
oops, SMP was missing includes for a typedef.
peter
1999-04-21
1
-2
/
+2
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
2
-19
/
+15
*
Make the bt isa driver work..
peter
1999-04-18
1
-5
/
+11
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-68
/
+127
*
Merge revs 1.57 and 1.60 of i386/isa/psm.c
peter
1999-04-18
1
-53
/
+99
*
Merge missing changes from i386/isa/sioreg.h (PC98 related)
peter
1999-04-18
1
-1
/
+14
*
Tidy up a few things left over from the conversion from i386/isa/sio.c.
peter
1999-04-18
1
-4
/
+21
*
Register sio interrupts as fast (fixing some silo overflow messages).
dfr
1999-04-18
1
-2
/
+2
*
Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.
peter
1999-04-17
1
-115
/
+206
*
Merge up to rev 1.226 of i386/isa/sio.c
peter
1999-04-17
1
-210
/
+14
*
Copy across some apparently missing cleanups from i386/isa/vga_isa.c
peter
1999-04-16
1
-1
/
+9
*
As a temporary anti-foot-shooting measure, don't let the user attach
peter
1999-04-16
1
-1
/
+17
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
8
-556
/
+693
[next]