index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ti.c
Age
Commit message (
Expand
)
Author
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2001-07-03
enable rx ip checksum offload
Jason Wright
2001-07-03
From FreeBSD:
Jason Wright
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-27
recieve -> receive
Nathan Binkert
2001-06-24
- vlan_input_tag() takes 2 args now.
Federico G. Schwindt
2001-06-24
more ether_input_mbuf() conversion.
Federico G. Schwindt
2001-06-18
move microcode
Theo de Raadt
2001-05-17
convert mbuf and cluster allocation to pool, mostly from NetBSD
Niels Provos
2001-05-07
Now that if_vlan switches types to match it's parent, checking if_type
Jason Wright
2001-03-28
uncomment and use code to determine whether we interrupted or not
Jason Wright
2001-03-22
Longstanding multicast bug causing eternal looping, unveiled by a recent commit
Niklas Hallqvist
2001-03-14
Follow openbsd model for multicast ioctl handling
Jason Wright
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-11-21
From FreeBSD:
Jason Wright
2000-09-19
trailing spaces
Niklas Hallqvist
2000-04-26
Fix for if_vlan (FreeBSD)
Chris Cappuccio
2000-02-15
undo previous, temporarily
Jason Wright
2000-02-15
make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()
Jason Wright
2000-01-18
sync with FreeBSD: add Farallon PN9000SX as a match
Jason Wright
1999-10-28
hush up the link up/down messages
Jason Wright
1999-10-25
use bus_dma instead of [u]vm_page_alloc_contig
Jason Wright
1999-10-04
m_new is the new mbuf, not m
Jason Wright
1999-10-03
take advantage of m->m_ext.ext_handle for storing the softc
Jason Wright
1999-10-01
use new mbuf external management for jumbo packet management
Jason Wright
1999-09-26
openbsd-ify: remove statics
Jason Wright
1999-08-03
Compile with UVM.
Hakan Olsson
1999-07-25
driver for the Tigon I & Tigon II gigabit ethernet chipsets written by
Jason Wright