summaryrefslogtreecommitdiff
path: root/sys/dev/pci/brooktree848.c
AgeCommit message (Collapse)Author
2001-01-31based on art's sparc patch:Jason Wright
mmap should return -1 on failure, not EOPNOTSUPP. As it was now, an mmap of /dev/mem always returned page 45.
2000-11-13Correct the vendor ID for Aver Media; dev@wanadoo.es. Confirmed with NetBSDAaron Campbell
and Linux's pcidevs. This brooktree driver is an unmaintainable mess. Someone should look into splitting this code up a bit into separate files, as has already been done in NetBSD and FreeBSD.
2000-02-10mention where to find the BT848 data sheet nowadays. handy for those serious ↵David Leonard
about understanding the driver.
1999-12-05sure, nix the PROT_EXEC; zzlevo@dd.chalmers.seTheo de Raadt
1999-11-20ioctl arguments are u_long.Marc Espie
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined.
1999-11-03Typo in boot message.Angelos D. Keromytis
1999-10-31critical fixes, overdone, but who cares, a localhost crash is badTheo de Raadt
1999-08-05Updated brooktree driver from Roger HardimanNiklas Hallqvist
1999-08-04new bus_dma API, match itNiklas Hallqvist
1999-05-21no instead of <none>Theo de Raadt
1999-05-19merge with freebsd 1.64, for realNiklas Hallqvist
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1999-01-30Sync with FreeBSDNiklas Hallqvist
1998-11-20careful mmapTheo de Raadt
1998-10-10Sync with FreeBSD; add support for bt878/879, more cards, more tuners...Jason Downs
1998-08-14Make printf output during card probe more compact.Matthieu Herrb
1998-07-26clean up some things left from my debugging activity.Matthieu Herrb
In particular remove the OVERRIDE_ directives specific to my board.
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵Theo de Raadt
the tree