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
/
i386
/
isa
/
bs
Commit message (
Expand
)
Author
Age
Files
Lines
*
The bs driver was replaced with the ct(pc98) driver. takahashi-san
imp
2004-04-07
11
-5588
/
+0
*
Catch up to interrupt code changes.
jhb
2003-11-03
1
-1
/
+0
*
Fix compile error.
nyan
2003-08-25
1
-1
/
+1
*
Don't include <sys/disklabel.h>
phk
2003-04-16
1
-1
/
+0
*
Tidy up some loose ends.
peter
2002-04-29
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
10
-123
/
+127
*
Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges
imp
2001-06-30
1
-1
/
+1
*
Removed unused files.
nyan
2001-06-14
2
-319
/
+0
*
Correct typo.
nyan
2001-06-14
2
-5
/
+5
*
Moved the wd33c93 specific file to sys/dev/ic.
nyan
2001-06-14
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
3
-33
/
+35
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-5
/
+3
*
Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.h
nyan
2000-11-05
1
-1
/
+1
*
- Remove unneeded machine/ipl.h #include.
jhb
2000-10-25
1
-6
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-2
/
+2
*
Fixed warnings.
nyan
2000-10-15
4
-6
/
+10
*
Caught up with the changes in interruption stuff.
kato
2000-10-07
1
-1
/
+2
*
Fixed the softintr macro which directly accessed ipending.
kato
2000-09-08
1
-6
/
+6
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-10
/
+3
*
Fixed freeing wrong address.
kato
2000-08-24
1
-1
/
+1
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-0
/
+3
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).
phk
2000-05-05
1
-0
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Increment number of retries before giving up. This may fix the
kato
2000-03-20
1
-1
/
+3
*
Change splbio() to splcam(). bs is cam driver.
nyan
1999-12-03
2
-4
/
+6
*
Fixed to compile bs driver with gcc 2.95.2.
nyan
1999-11-16
1
-4
/
+7
*
Add $FreeBSD$.
phk
1999-10-06
1
-7
/
+6
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-1
/
+1
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-0
/
+1
*
CAM support.
kato
1998-12-28
9
-287
/
+359
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
2
-2
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-1
/
+3
*
Support compiling with `gcc -ansi'.
kato
1998-04-18
2
-2
/
+6
*
Make EPSON_BOUNCEDMA a new-style option.
kato
1998-03-17
2
-0
/
+2
*
Make pc98 options new-style.
kato
1998-02-21
1
-0
/
+1
*
Staticize.
kato
1998-02-10
1
-1
/
+1
*
Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patch
kato
1998-01-16
12
-206
/
+253
*
Update for changes in the callout interface.
kato
1997-09-22
3
-1
/
+11
*
Moved include files which are independent of bs driver.
kato
1997-08-28
4
-252
/
+5
*
Made PEND_INTS default.
fsmp
1997-08-21
1
-0
/
+10
*
Include <sys/conf.h>
kato
1997-06-03
1
-0
/
+1
*
Include file update: <machine/spl.h> --> <machine/ipl.h>.
kato
1997-05-31
1
-0
/
+1
*
Improved CPU identification and initialization routines. This
kato
1997-03-22
2
-6
/
+5
*
Change `#ifdef FreeBSD' to `#ifdef __FreeBSD__'.
kato
1997-03-13
1
-3
/
+3
*
Synchronize with NetBSD/pc98 patch level 81.
kato
1997-02-28
6
-46
/
+62
*
Undo RCS keyword change to keep the original `$NetBSD$'.
kato
1997-01-05
14
-14
/
+14
[next]