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
*
Fix the clockprobe test on the Sil 680
sos
2002-09-16
1
-1
/
+1
*
Deprecate the USB_SETDEBUG IOCTL as debug levels can now be set
joe
2002-09-15
1
-13
/
+0
*
Suitably shrink a comment so it applies again.
phk
2002-09-15
1
-5
/
+2
*
Fix i810 after i830 commit.
anholt
2002-09-15
1
-0
/
+2
*
Fixed breakage from removing the used include of <sys/buf.h> in the
bde
2002-09-15
1
-0
/
+3
*
remove #includes of <sys/bio.h> where not needed.
phk
2002-09-14
4
-4
/
+0
*
FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.
phk
2002-09-14
1
-3
/
+2
*
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
ikob
2002-09-13
19
-0
/
+11852
*
Fix a bug were a struct bio was freed and certain members subsequently
phk
2002-09-13
1
-4
/
+3
*
Fix another two printf() format errors which weren't warned
mux
2002-09-13
1
-4
/
+4
*
Fix another printf() format error which wasn't warned about
mux
2002-09-13
1
-2
/
+3
*
Fix a printf() format error on 64 bits architectures.
mux
2002-09-13
1
-3
/
+4
*
Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.
anholt
2002-09-13
1
-6
/
+4
*
Pass the physical instead of the logical block number in
joerg
2002-09-12
1
-1
/
+1
*
Add preliminary mostly untested support for the Silicon Image Sil680 chip.
sos
2002-09-12
2
-0
/
+93
*
Change a couple of splcam() calls that do not make sense in atapi-cam
thomas
2002-09-12
1
-3
/
+5
*
Rearrange where to get the ATAPI magic sequence.
sos
2002-09-12
1
-6
/
+8
*
Wait for drive to become ready if its in progress of loading..
sos
2002-09-12
1
-0
/
+14
*
Dont hang in atprq on poll_dsc command.
sos
2002-09-12
1
-2
/
+4
*
Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki
anholt
2002-09-12
2
-49
/
+216
*
- Forgot to remove `cardattached` declaration in revision 1.22.
arr
2002-09-10
1
-1
/
+1
*
reprobe not needed here either
imp
2002-09-10
1
-30
/
+0
*
Remove more bogus reprobe code. I don't think it is needed here either.
imp
2002-09-10
1
-14
/
+1
*
o Dike out the bogus reprobe stuff. It was getting in the way of newbus' own
imp
2002-09-10
2
-16
/
+0
*
regen for 1.34
imp
2002-09-10
1
-1
/
+5
*
Add ARGOSY SP320
imp
2002-09-10
1
-0
/
+2
*
add missing \n to printf
ticso
2002-09-09
1
-2
/
+2
*
Add support for the BCM5703x chips. I do not have one of these
jdp
2002-09-08
5
-3
/
+32
*
Make this driver work a whole lot better.
jake
2002-09-08
1
-141
/
+169
*
The size argument to snprintf does not have to be backed off by one
mjacob
2002-09-07
1
-17
/
+17
*
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
jhb
2002-09-06
2
-2
/
+2
*
Don't include "bpf.h" when compiling on FreeBSD. We always compile in
brooks
2002-09-06
1
-0
/
+4
*
Remove STRNCAT (==>strncat) usage. Apparently I never read the man
mjacob
2002-09-06
3
-20
/
+17
*
Tsk. Now that we're not using our own locks, we have to remember
mjacob
2002-09-06
1
-0
/
+2
*
Attach ACPI children a bit later in attach(), specifically after performing
jhb
2002-09-06
1
-2
/
+3
*
Prefer the physical bus number of the PCI bus as the unit of the pciX
jhb
2002-09-06
1
-1
/
+1
*
Add a helper routine acpi_SetIntrModel() to call the _PIC method to set
jhb
2002-09-06
2
-0
/
+24
*
Make the printf messages when routing interrupts more consistent in the
jhb
2002-09-05
2
-7
/
+8
*
Don't let children attach fast interrupts if the parent interrupt is normal.
phk
2002-09-04
1
-2
/
+2
*
Make consistent; turn spaces into tabs where there is a mixture.
markm
2002-09-04
1
-21
/
+21
*
Bring back the PUC_FASTINTR option, and implement it correctly so that
phk
2002-09-04
2
-2
/
+13
*
Sigh. The fix to the suspend code wasn't complete, since the resume
scottl
2002-09-04
1
-2
/
+2
*
More in the continuing saga of phk vs his strange serial card.
imp
2002-09-04
1
-80
/
+20
*
Fix up a comment.
jhb
2002-09-04
1
-2
/
+2
*
- Make pci_load_vendor_data() static and do it during MOD_LOAD instead of
jhb
2002-09-04
3
-19
/
+16
*
Use resource_list_print_types() instead of duplicating the code.
jhb
2002-09-04
1
-40
/
+4
*
Remove a debug printf.
phk
2002-09-03
1
-2
/
+2
*
Drop another cookie to wet Warners appetite:
phk
2002-09-03
1
-0
/
+6
*
Fix interrupt registration:
phk
2002-09-03
1
-10
/
+3
*
Style: fix a function whitespace stuff-up. Remove a debugging printf.
phk
2002-09-03
1
-2
/
+3
[next]