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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
syscons
yokota
1999-01-19
8
-99
/
+233
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
5
-57
/
+15
*
Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.
julian
1999-01-18
2
-4
/
+4
*
Fix screwed up previous commit.
julian
1999-01-18
2
-8
/
+18
*
From inspection, ISA interrupts were completely broken..
julian
1999-01-18
2
-2
/
+40
*
"fix" long standing aicasm build glitch. The problem was the
peter
1999-01-17
2
-4
/
+4
*
Retrun EAGAIN if the current video mode is a graphics mode.
yokota
1999-01-17
3
-6
/
+6
*
- Examine the error code from the screen saver and act accordingly.
yokota
1999-01-17
1
-18
/
+28
*
Move the definition of set_origin from logo_saver.c to saver.h.
des
1999-01-16
1
-3
/
+1
*
Add two missing break statements.
gibbs
1999-01-15
1
-1
/
+3
*
Use a fast interrupt handler for the PCI version of the cy driver
bde
1999-01-15
1
-2
/
+13
*
Fixed corruption of the fd buffer queue. Once upon a time, the active
bde
1999-01-15
1
-6
/
+13
*
Return error codes to user-land.
nsouch
1999-01-14
1
-12
/
+12
*
Terminate negociation if Ext. link negociation succeeds. This avoids
nsouch
1999-01-14
1
-1
/
+8
*
Replace includes of <sys/kernel.h> with includes of
jdp
1999-01-14
2
-4
/
+4
*
Add support for routing initiator transactions to disabled luns to the
gibbs
1999-01-14
4
-263
/
+452
*
Removal unneccessary definitions
n_hibma
1999-01-14
1
-9
/
+5
*
Corrected the latent fact that the uhub driver was providing a driver for
n_hibma
1999-01-14
8
-13
/
+31
*
Added Entrega Parallel and Serial Connectors to the information
n_hibma
1999-01-14
2
-4
/
+26
*
Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,
yokota
1999-01-13
2
-4
/
+4
*
Calculate the number of bitmap colors in the correct way.
yokota
1999-01-13
1
-2
/
+2
*
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
bde
1999-01-13
1
-2
/
+5
*
Get conditional compilation right so that unnecessary reference
yokota
1999-01-13
1
-8
/
+10
*
Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)
n_hibma
1999-01-13
5
-11
/
+11
*
Removed warning and comments
n_hibma
1999-01-13
1
-17
/
+1
*
1) Bug fix: Interrupt transfers worked only for the first packet.
n_hibma
1999-01-13
1
-12
/
+17
*
Cast argument to avoid warning.
eivind
1999-01-12
1
-1
/
+1
*
Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.
yokota
1999-01-12
1
-3
/
+3
*
Clean up warnings: get conditional compilation right so that a local
yokota
1999-01-12
2
-12
/
+22
*
%b takes ints, not u_longs.
eivind
1999-01-12
1
-4
/
+4
*
Clean out warnings by changin ID string declarations to be char xxx[]
eivind
1999-01-12
1
-2
/
+2
*
Switch type of vxintr instead of using the previous casts.
eivind
1999-01-12
4
-8
/
+8
*
Remove 'pci_bridgeto' - it was just an empty placeholder.
eivind
1999-01-12
1
-9
/
+1
*
Silence warning by casting vxintr to correct type
eivind
1999-01-12
1
-1
/
+1
*
Take cdev major # 114 for ugen
n_hibma
1999-01-12
1
-2
/
+4
*
Move a couple of functions to make __inline work. While I'm here,
eivind
1999-01-12
1
-9
/
+10
*
1) textual changes
n_hibma
1999-01-12
1
-48
/
+24
*
Changed DRIVER_MODULE to CDEV_DRIVER_MODULE
n_hibma
1999-01-12
1
-3
/
+4
*
Remove/comment out unused functions.
eivind
1999-01-12
2
-42
/
+2
*
Silence warnings.
eivind
1999-01-12
6
-15
/
+17
*
Clean up warnings; a couple of these came because of genuine errors in
eivind
1999-01-12
1
-4
/
+6
*
Fixed minor style bugs in previous commit.
bde
1999-01-11
1
-12
/
+10
*
Updated for not-so-new version of Cyclom-Y PCI boards (with a custom
bde
1999-01-11
1
-3
/
+19
*
Fix missing \n in boot printfs. Add more mode detection if bootverbose.
nsouch
1999-01-11
1
-24
/
+30
*
Update the pointer into the bitmap correctly. The previous code
yokota
1999-01-11
1
-2
/
+2
*
Add splash screen module. This version has rather limited
yokota
1999-01-11
1
-0
/
+494
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
13
-1312
/
+1055
*
Oops, I committed wrong version of these files in the last commit!
yokota
1999-01-11
2
-73
/
+151
*
Added file handling to ulpt (USB printer) driver
n_hibma
1999-01-11
1
-2
/
+39
*
Tweak the vr_start() and vr_rxeof() routines a little to improve
wpaul
1999-01-10
2
-31
/
+13
[next]