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
/
pc98
/
cbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-
marcel
2006-04-24
2
-2491
/
+0
*
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
jhb
2006-02-22
4
-9
/
+6
*
Fix build error.
nyan
2005-12-23
2
-0
/
+2
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
2
-6
/
+6
*
Merged from sys/dev/sio/sio.c revision 1.463.
nyan
2005-12-18
1
-0
/
+1
*
cpp(1) only understand integer arithmetical expressions, so
ru
2005-12-06
1
-2
/
+1
*
Fix -Wundef warnings from compiling GENERIC and LINT kernels of
ru
2005-12-06
2
-4
/
+4
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-2
/
+2
*
Catch up with new interrupt handling code.
ru
2005-10-26
1
-2
/
+2
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
Use 'PC Card'
nyan
2005-09-30
1
-2
/
+2
*
Remove EPSON PC-386 note A/W/AE/WR support.
nyan
2005-09-14
4
-41
/
+10
*
Remove EPSON_NRDISK support.
nyan
2005-09-13
1
-177
/
+2
*
Fixup some more fallout from the lapic/i8254 changes:
jhb
2005-07-13
2
-48
/
+40
*
Remove a || 1 that crept into the i8254 commit and was subsequently
jhb
2005-07-05
2
-2
/
+2
*
MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).
nyan
2005-07-03
2
-24
/
+70
*
Sync with syscons update (Add new member to struct sc_rndr_sw).
nyan
2005-05-29
1
-0
/
+2
*
Fix my copyright.
nyan
2005-05-14
3
-3
/
+4
*
- Move bus dependent defines to {isa,cbus}_dmareg.h.
nyan
2005-05-14
3
-11
/
+45
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
4
-26
/
+21
*
Move the pc98 keymap define into pckbdtables.h because it should be used
nyan
2005-05-12
2
-1
/
+204
*
- Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.
nyan
2005-05-12
1
-13
/
+0
*
- Move lptreg.h into pc98/cbus and rename to olptreg.h.
nyan
2005-05-10
2
-1
/
+49
*
Change a directory layout for pc98.
nyan
2005-05-10
10
-18
/
+17
*
- Remove ifdef PC98.
nyan
2005-04-13
3
-329
/
+30
*
Merge from i386:
jhb
2005-03-24
2
-14
/
+32
*
Define IRQ_NPX for the irq used for the npx. Define macro for a full
imp
2005-03-16
1
-0
/
+11
*
MFi386: revision 1.217.
nyan
2005-03-12
2
-6
/
+0
*
- Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0
jhb
2005-03-09
2
-288
/
+4
*
Use dynamic major number allocation.
phk
2005-02-27
1
-1
/
+0
*
Merged from sys/dev/sio/sio.c revision 1.458.
nyan
2005-02-11
1
-9
/
+5
*
Fix pc98 compile: merge in changes to use the local APIC timer. Also, add
jhb
2005-02-09
2
-28
/
+28
*
Remove unused defines.
nyan
2005-02-07
1
-9
/
+0
*
Add missing isa_dmatc() function.
phk
2005-02-07
1
-7
/
+12
*
Merged from sys/dev/sio/sio.c revision 1.457.
nyan
2005-02-04
1
-5
/
+9
*
In my last commit, I'd assumed that LINE30 was always defined. It
imp
2005-01-09
2
-0
/
+29
*
LINE30 is always defined now, so unifdef -DLINE30 for clarity.
imp
2005-01-08
1
-21
/
+0
*
Merge module.h into 30line.h and remove it. It lacked a
imp
2005-01-08
1
-30
/
+5
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
5
-5
/
+5
*
Fix comment.
phk
2004-12-22
1
-1
/
+1
*
Add FL_MFM flag to the fd_native_types structure.
nyan
2004-11-09
1
-2
/
+2
*
Use bioq_takefirst()
phk
2004-10-22
1
-4
/
+2
*
Merged from sys/dev/sio/sio.c (Use generic tty code).
nyan
2004-10-15
1
-90
/
+45
*
Remove unused variable.
njl
2004-10-15
1
-1
/
+0
*
Remove local hacks to set flags now that the device probe does this for us.
njl
2004-10-14
1
-2
/
+0
*
Use generic tty code instead of local stuff.
phk
2004-10-13
1
-523
/
+107
*
Add more PnP serial cards support.
nyan
2004-10-01
1
-11
/
+19
*
Merged from sys/dev/sio/sio.c: more tty related changes.
nyan
2004-09-20
1
-9
/
+10
*
Use tty->t_sc, ttyalloc() and lock/init termios from struct tty.
phk
2004-09-17
1
-71
/
+57
*
Include <sys/malloc.h> to satisfy new isa_dma stuff.
phk
2004-09-17
1
-0
/
+1
[next]