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
/
ida
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a flag value to the board identifiers, and use this to enable the
jlemon
2001-01-09
3
-22
/
+38
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Add PCI id for the RAID LC2 controller.
jlemon
2000-12-01
1
-1
/
+3
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Look at both the vendor and subvendor information when determining
jlemon
2000-10-13
1
-32
/
+25
*
The DEC version of the Smart controller has its configuration information
jlemon
2000-07-27
6
-36
/
+79
*
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
*
Add code which actually checks for the NCR PCI id so it can be used.
jlemon
2000-05-23
1
-1
/
+2
*
Add PCI ID for NEC/Compaq controller.
jlemon
2000-05-22
1
-2
/
+5
*
Add PCI id for Compaq Smart Array 431 card.
jlemon
2000-05-22
1
-0
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
4
-4
/
+4
*
Add PCI identification for another SmartArray 4200, which identifies
jlemon
2000-05-04
1
-6
/
+14
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
- Fix a problem with the cdevsw struct that prevented the kernel from
mdodd
2000-04-22
3
-55
/
+52
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-2
/
+0
*
- Define registers as offsets from register base rather than offsets from
mdodd
2000-04-16
2
-14
/
+10
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
3
-31
/
+31
*
Change the maximum I/O transfer size to DFLTPHYS. This should fix
jlemon
2000-04-13
1
-1
/
+1
*
- Add an additional call to eisa_add_iospace() so we get the right IOPORT
mdodd
2000-04-13
1
-1
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
2
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
2
-2
/
+2
*
Cosmetic fix: "id" -> "idad" for devstat.
jlemon
2000-03-08
1
-1
/
+1
*
Add support for older EISA compaq cards and newer Smart 4200 cards.
jlemon
2000-03-08
6
-161
/
+623
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-1
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
Call id_drvinit() from attach, not probe as the OS hasn't necessarily
peter
1999-11-08
1
-2
/
+2
*
Removal of sys/device.h
n_hibma
1999-10-05
3
-3
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-3
/
+1
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-0
/
+2
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
5
-5
/
+5
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
2
-5
/
+5
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-6
/
+4
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-9
/
+2
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-6
/
+1
*
Compaq Smart RAID driver for -current. Based on the original ida.c
jlemon
1999-06-24
5
-0
/
+1307