diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-08-09 20:26:46 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-08-09 20:26:46 +0000 |
commit | 54a23347d56b87c53dd8654f4cf7b36636058de4 (patch) | |
tree | 5e796e589a8555012d5b5da90fecaa1f0d667f78 /sys/dev/pci/pciide.c | |
parent | 42a64f030f357b477574f94ce6ddfda32d9c8f4e (diff) |
Get rid of remaining __P usage (except for imported code);
ok millert@, rogue ok pjanzen@
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r-- | sys/dev/pci/pciide.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index ae7057cb354..c733b9741ac 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.88 2002/07/29 22:19:39 mickey Exp $ */ +/* $OpenBSD: pciide.c,v 1.89 2002/08/09 20:26:45 jsyn Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -243,9 +243,9 @@ void acard_chip_map(struct pciide_softc*, struct pci_attach_args*); void acard_setup_channel(struct channel_softc*); int acard_pci_intr(void *); -void serverworks_chip_map __P((struct pciide_softc*, struct pci_attach_args*)); -void serverworks_setup_channel __P((struct channel_softc*)); -int serverworks_pci_intr __P((void *)); +void serverworks_chip_map(struct pciide_softc*, struct pci_attach_args*); +void serverworks_setup_channel(struct channel_softc*); +int serverworks_pci_intr(void *); void pciide_channel_dma_setup(struct pciide_channel *); int pciide_dma_table_setup(struct pciide_softc*, int, int); |