Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-31 | based 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-13 | Correct the vendor ID for Aver Media; dev@wanadoo.es. Confirmed with NetBSD | Aaron 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-10 | mention where to find the BT848 data sheet nowadays. handy for those serious ↵ | David Leonard | |
about understanding the driver. | |||
1999-12-05 | sure, nix the PROT_EXEC; zzlevo@dd.chalmers.se | Theo de Raadt | |
1999-11-20 | ioctl 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-03 | Typo in boot message. | Angelos D. Keromytis | |
1999-10-31 | critical fixes, overdone, but who cares, a localhost crash is bad | Theo de Raadt | |
1999-08-05 | Updated brooktree driver from Roger Hardiman | Niklas Hallqvist | |
1999-08-04 | new bus_dma API, match it | Niklas Hallqvist | |
1999-05-21 | no instead of <none> | Theo de Raadt | |
1999-05-19 | merge with freebsd 1.64, for real | Niklas Hallqvist | |
1999-02-19 | make vm_page_alloc_contig() a std function | Theo de Raadt | |
1999-01-30 | Sync with FreeBSD | Niklas Hallqvist | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-10-10 | Sync with FreeBSD; add support for bt878/879, more cards, more tuners... | Jason Downs | |
1998-08-14 | Make printf output during card probe more compact. | Matthieu Herrb | |
1998-07-26 | clean up some things left from my debugging activity. | Matthieu Herrb | |
In particular remove the OVERRIDE_ directives specific to my board. | |||
1998-07-23 | brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵ | Theo de Raadt | |
the tree |