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
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Remove unneeded call to cdevsw_add()
phk
2001-11-04
1
-4
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-3
/
+12
*
Special case for compiling LINT - just give a warning and continue on.
peter
2001-01-17
1
-0
/
+5
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+3
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Don't restrict our requests for contiguous memory to addresses >= 1MB.
bde
1999-08-29
1
-3
/
+2
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-8
/
+1
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-6
/
+0
*
Stop signals being generated after meteor_close.
roger
1999-06-29
1
-1
/
+6
*
Updated to support new Meteor/PPB cards (PCI-PCI Bridge).
roger
1999-06-01
1
-0
/
+31
*
Simplify cdevsw registration.
phk
1999-05-31
1
-18
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+21
*
Missing revision markers.
peter
1999-05-09
1
-0
/
+2
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-4
/
+0
*
Missing 'int' in declaration of variables.
peter
1999-05-06
1
-1
/
+1
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-0
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-1
/
+1
*
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
[next]