| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the | Bruce Evans | 2004-04-18 | 1 | -12/+12 |
| * | Fixed some style bugs in rev.1.24. Almost every line was misformatted, | Bruce Evans | 2004-04-18 | 1 | -7/+7 |
| * | Fixed some style bugs (formatting errors) in rev.1.25. | Bruce Evans | 2004-04-18 | 1 | -5/+5 |
| * | Fixed some style bugs (tab lossage) in rev.1.26. | Bruce Evans | 2004-04-18 | 1 | -2/+2 |
| * | Fixed some style bugs in rev.1.28. Almost every line was misindented. | Bruce Evans | 2004-04-18 | 1 | -9/+9 |
| * | Fixed a style bug (insertion sort error) in rev.1.29. This file should | Bruce Evans | 2004-04-18 | 1 | -10/+10 |
| * | Fixed some style bugs in previous commit. Almmost every line was | Bruce Evans | 2004-04-18 | 1 | -11/+13 |
| * | Add support for Exsys EX-41098 cards. | Colin Percival | 2004-04-17 | 1 | -0/+14 |
| * | Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4) | Marcel Moolenaar | 2004-04-05 | 1 | -1/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+3 |
| * | Expand the mask for the Avlab Technology, PCI IO 2S entry to cover the | John Baldwin | 2004-02-04 | 1 | -1/+1 |
| * | Add support for an non-branded SUN1889-based 2 port PCI serial card. | John Baldwin | 2003-12-31 | 1 | -0/+10 |
| * | Add support for Moxa Technologies' Smartio CP-104UL/PCI 4S RS232 card. | David E. O'Brien | 2003-12-09 | 1 | -0/+13 |
| * | Sometimes cardbus attachments don't attach, so while we track down | Warner Losh | 2003-11-28 | 1 | -0/+1 |
| * | Remove explicit cardbus attachments from drivers where this is identical | Doug Rabson | 2003-11-03 | 1 | -1/+0 |
| * | const char ** needs to be passed, not char **. | Warner Losh | 2003-10-27 | 1 | -1/+1 |
| * | Add support for another multiple serial port card based on OX16PCI954 device | Doug Ambrisko | 2003-10-24 | 1 | -0/+13 |
| * | Make the port number available to the sub-device with PUC_IVAR_PORT. | Marcel Moolenaar | 2003-09-26 | 2 | -4/+10 |
| * | Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiport | Joerg Wunsch | 2003-09-19 | 1 | -0/+24 |
| * | Enhance puc(4) to support uart(4). This includes: | Marcel Moolenaar | 2003-09-06 | 6 | -77/+334 |
| * | - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. | John Baldwin | 2003-08-28 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -1/+9 |
| * | Add in a missing device entry that I thought was already in there. This | Doug Ambrisko | 2003-08-21 | 1 | -0/+10 |
| * | Add support for the newer Moxa PCI 8-port, 16550-compatible based | Pierre Beyssac | 2003-08-14 | 1 | -0/+17 |
| * | Support the Titan VScom PCI-200HV2 2 port serial card. | Bruce Evans | 2003-08-02 | 1 | -0/+10 |
| * | Add printer support to puc(4) driver. | Doug Ambrisko | 2003-08-01 | 1 | -2/+15 |
| * | add support for NetMos 4S0P PCI: 4S, 0P | Wilko Bulte | 2003-05-14 | 1 | -0/+13 |
| * | Add support for IC Book Ironclad Pro/Lite 8-port cards. | Maxim Sobolev | 2003-04-30 | 2 | -2/+36 |
| * | Correct typos. | Murray Stokely | 2003-04-07 | 1 | -2/+2 |
| * | Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 | Poul-Henning Kamp | 2003-04-03 | 1 | -0/+13 |
| * | - Add minimal support for TI16754 4xUART chip into sio(4) driver and remove | Maxim Sobolev | 2003-03-15 | 3 | -38/+111 |
| * | Correct clock frequency for the IC Book Labs' cards, so that it's possible | Maxim Sobolev | 2003-03-12 | 1 | -32/+32 |
| * | Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Since | Maxim Sobolev | 2003-03-12 | 1 | -0/+24 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | MFp4: Add support for memory mapped UARTs, but don't add any devices | Marcel Moolenaar | 2003-01-18 | 2 | -9/+18 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | fix build (make LINT) | Sam Leffler | 2002-12-30 | 1 | -0/+1 |
| * | Add support for IC Book Labs Dreadnought x16 Lite. | Maxim Sobolev | 2002-12-28 | 2 | -1/+24 |
| * | Add "missing scratch-pad register" to the first of the two ports | Poul-Henning Kamp | 2002-09-27 | 1 | -2/+2 |
| * | Add a field so we can specify flags per port to the underlying device driver. | Poul-Henning Kamp | 2002-09-27 | 2 | -0/+3 |
| * | Don't let children attach fast interrupts if the parent interrupt is normal. | Poul-Henning Kamp | 2002-09-04 | 1 | -2/+2 |
| * | Bring back the PUC_FASTINTR option, and implement it correctly so that | Poul-Henning Kamp | 2002-09-04 | 2 | -2/+13 |
| * | Remove a debug printf. | Poul-Henning Kamp | 2002-09-03 | 1 | -2/+2 |
| * | Fix interrupt registration: | Poul-Henning Kamp | 2002-09-03 | 1 | -10/+3 |
| * | Style: fix a function whitespace stuff-up. Remove a debugging printf. | Poul-Henning Kamp | 2002-09-03 | 1 | -2/+3 |
| * | Style: move a global variable up to the top of the file. | Poul-Henning Kamp | 2002-09-03 | 1 | -3/+2 |
| * | Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from the | Juli Mallett | 2002-09-01 | 3 | -7/+6 |
| * | More cleaning up and unhacking: | Poul-Henning Kamp | 2002-08-31 | 5 | -152/+249 |
| * | Don't enable PUC_DEBUG by accident | Poul-Henning Kamp | 2002-08-31 | 2 | -2/+0 |