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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organize things to cope with the (possible) lack of downloadable
mjacob
1999-10-30
1
-11
/
+27
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-2
/
+2
*
Don't test boolean return against != 1.
phk
1999-10-29
1
-4
/
+4
*
Added code to enable BusMaster operations.
semenu
1999-10-29
2
-4
/
+35
*
I'm told this makes more laptops work with the new attachment code.
imp
1999-10-29
1
-1
/
+1
*
Fix some resource allocation peculiarities of the intpm device.
dfr
1999-10-28
2
-77
/
+104
*
Add text for the VIA 82C686 southbridge used by some Athlon and PII boards.
alc
1999-10-26
1
-0
/
+2
*
Make sure we add an interrupt resource if intline!=255.
dfr
1999-10-26
1
-1
/
+1
*
Add NeoMagic MagicMedia 256AV.
kuriyama
1999-10-26
1
-0
/
+2
*
Small tweak: just reset the transmit block instead of doing a global reset
wpaul
1999-10-25
1
-2
/
+2
*
Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.
alc
1999-10-25
1
-0
/
+8
*
Sony CXD1847A FireWire Host Controller
imp
1999-10-25
1
-0
/
+4
*
Make some tweaks to the RealTek driver:
wpaul
1999-10-21
2
-12
/
+28
*
Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or what
mjacob
1999-10-17
1
-22
/
+59
*
Add support for the PCI version of the Digi SYNC/570i cards.
jhay
1999-10-17
1
-0
/
+117
*
Correct a stupid type which prevented us from working with any device
dfr
1999-10-17
1
-1
/
+1
*
Convert the mx driver to miibus.
wpaul
1999-10-16
2
-882
/
+182
*
Make some small tweaks:
wpaul
1999-10-14
2
-4
/
+27
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
4
-290
/
+156
*
allow pci_ioctl to work with multi-hose alphas.
gallatin
1999-10-12
1
-2
/
+2
*
remove unnecessary includes
mjacob
1999-10-11
1
-3
/
+0
*
Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.
peter
1999-10-09
1
-0
/
+1
*
Remove old copies. These files now live in src/sys/dev/buslogic
mdodd
1999-10-09
1
-230
/
+0
*
Remove these files as they now live in sys/dev/dpt/
mdodd
1999-10-09
2
-393
/
+0
*
No longer required, following the move of the driver to /sys/dev/bktr
roger
1999-10-08
1
-598
/
+0
*
remove the use of uhci_reset to wake up the controller after
n_hibma
1999-10-07
1
-5
/
+4
*
Be much more selective in claiming devices that might be IDE controllers.
msmith
1999-10-07
1
-31
/
+27
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
A band-aid to prevent multi-hose alpha chipsets (aka tsunami) from
gallatin
1999-10-03
1
-0
/
+4
*
Check for a valid irq number before calling BUS_SETUP_INTR.
n_hibma
1999-10-03
2
-4
/
+23
*
Backout part of the changes made in 1.111
roger
1999-10-01
1
-9
/
+1
*
Make the fxp driver work on alpha, rather than panic the machine on boot
gallatin
1999-09-30
3
-30
/
+19
*
These files live on in sys/dev/pcm/pci/es1370*
peter
1999-09-26
2
-1257
/
+0
*
Update the Starfire driver comments and man page to include the URL of
wpaul
1999-09-26
1
-1
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
3
-15
/
+0
*
Change contigmalloc() lower memory bound from 1MB to 0 to improve
wpaul
1999-09-25
9
-9
/
+9
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
2
-21
/
+0
*
Call sk_start() at the end of sk_intr() if there's packets in the
wpaul
1999-09-25
1
-0
/
+5
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
15
-155
/
+22
*
Delete the README file from /sys/pci.
roger
1999-09-22
1
-85
/
+0
*
Bt848 driver now moved to /sys/dev/bktr
roger
1999-09-22
3
-7961
/
+0
*
Update the Tigon driver firmware images to the latest release from
wpaul
1999-09-22
3
-3776
/
+3495
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
16
-16
/
+16
*
Spruce up the ADMtek driver: conver to newbus, miibus and add support
wpaul
1999-09-22
2
-1062
/
+680
*
Close PR #13665. I managed to figure out the problem, no thanks to the
wpaul
1999-09-20
1
-16
/
+38
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
15
-24
/
+24
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
14
-14
/
+14
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
14
-14
/
+14
*
Goofed and didn't change the second DRIVER_MODULE() linking these with
obrien
1999-09-20
9
-9
/
+9
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
15
-15
/
+15
[next]