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
/
pci
/
meteor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-2
/
+2
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-1
/
+1
*
Fixed printf format errors.
bde
1998-08-18
1
-2
/
+3
*
A few misc changes to get the spigot and meteor board working in 3.0.
jkh
1998-08-08
1
-0
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-0
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+1
*
Removed unused #includes.
bde
1997-09-02
1
-8
/
+0
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-1
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-1
/
+0
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-10
/
+10
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-1
/
+4
*
Here is a patch that fix a few problems with the RGB version of
jkh
1996-06-07
1
-10
/
+71
*
A patch for the meteor device driver. It fixes:
jkh
1996-05-17
1
-26
/
+79
*
Another sweep over the pmap/vm macros, this time with more focus on
phk
1996-05-03
1
-3
/
+2
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-1
/
+0
*
A bug fix and a couple of new modes for the meteor driver.
jkh
1996-03-28
1
-90
/
+170
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-2
/
+2
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
1
-1
/
+1
*
Hopefully, this will fix the problems that some people have been having with
jkh
1996-03-02
1
-184
/
+311
*
Fix METEOR_TEST_VIDEO case.
jkh
1996-02-05
1
-1
/
+1
*
Sync with latest Meteor and Spigot sources from James.
jkh
1996-02-01
1
-72
/
+200
*
Make PCI interrupt handlers return void like everybody else does.
se
1996-01-23
1
-3
/
+2
*
Newest version of the Matrox Meteor driver. Tested with various MBONE
jkh
1996-01-21
1
-343
/
+697
*
Another mega commit to staticize things.
phk
1995-12-14
1
-5
/
+5
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-1
/
+1
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-27
/
+26
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-0
/
+2
*
missed one..
julian
1995-11-29
1
-0
/
+42
*
Restored my old changes which were clobbered by the previous commit.
bde
1995-11-29
1
-4
/
+7
*
A batch of Jim Lowe's patches:
jkh
1995-11-29
1
-7
/
+15
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-4
/
+4
*
Fixes for issues raised by Bruce Evans.
jkh
1995-08-29
1
-9
/
+12
*
Kernel components of Matrox Meteor driver.
jkh
1995-08-28
1
-0
/
+1242